home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Stream / uSetup.dfm < prev    next >
Encoding:
Text File  |  2000-04-11  |  2.0 KB  |  101 lines

  1. object frmSetup: TfrmSetup
  2.   Left = 260
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup []'
  7.   ClientHeight = 114
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 15
  23.   object lSpeed: TLabel
  24.     Left = 12
  25.     Top = 8
  26.     Width = 69
  27.     Height = 15
  28.     Caption = 'Cycle Speed'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 12
  32.     Top = 52
  33.     Width = 27
  34.     Height = 15
  35.     Caption = 'Slow'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 307
  39.     Top = 52
  40.     Width = 24
  41.     Height = 15
  42.     Alignment = taRightJustify
  43.     Caption = 'Fast'
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 0
  47.     Top = 0
  48.     Width = 345
  49.     Height = 114
  50.     Align = alClient
  51.   end
  52.   object OKButton: TButton
  53.     Left = 71
  54.     Top = 76
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Ok'
  58.     Default = True
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -12
  62.     Font.Name = 'Arial'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 0
  66.     OnClick = OKButtonClick
  67.   end
  68.   object CancelButton: TButton
  69.     Left = 199
  70.     Top = 76
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&Cancel'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -12
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     OnClick = CancelButtonClick
  82.   end
  83.   object TrackBar: TTrackBar
  84.     Left = 4
  85.     Top = 24
  86.     Width = 337
  87.     Height = 29
  88.     Max = 60
  89.     Orientation = trHorizontal
  90.     PageSize = 5
  91.     Frequency = 1
  92.     Position = 0
  93.     SelEnd = 0
  94.     SelStart = 0
  95.     TabOrder = 2
  96.     TickMarks = tmTopLeft
  97.     TickStyle = tsAuto
  98.     OnChange = TrackBarChange
  99.   end
  100. end
  101.